[INFO] fetching crate granc_core 0.6.4...
[INFO] fixing granc_core-0.6.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate granc_core 0.6.4 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate granc_core 0.6.4
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate granc_core 0.6.4
[INFO] tweaked toml for crates.io crate granc_core 0.6.4 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate granc_core 0.6.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate granc_core 0.6.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tonic-reflection v0.14.5
[INFO] [stderr]   Downloaded prost-reflect v0.16.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1bdae12906c5065c11fa9bc8938712b6f5dc05155939bf508d707a99d4f8842f
[INFO] running `Command { std: "docker" "start" "1bdae12906c5065c11fa9bc8938712b6f5dc05155939bf508d707a99d4f8842f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bdae12906c5065c11fa9bc8938712b6f5dc05155939bf508d707a99d4f8842f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bdae12906c5065c11fa9bc8938712b6f5dc05155939bf508d707a99d4f8842f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bdae12906c5065c11fa9bc8938712b6f5dc05155939bf508d707a99d4f8842f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking prost v0.14.3
[INFO] [stderr]     Checking prost-types v0.14.3
[INFO] [stderr]     Checking prost-reflect v0.16.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.5
[INFO] [stderr]     Checking tonic-prost v0.14.5
[INFO] [stderr]     Checking tonic-reflection v0.14.5
[INFO] [stderr]     Checking granc_core v0.6.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/granc_client_offline_test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use granc_test_support::echo_service::FILE_DESCRIPTOR_SET;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `granc_core` (test "granc_client_offline_test") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/granc_client_online_without_reflection_test.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use granc_test_support::echo_service::{EchoServiceServer, FILE_DESCRIPTOR_SET};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/echo_service_impl.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use granc_test_support::echo_service::EchoService;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/echo_service_impl.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use granc_test_support::echo_service::pb::{EchoRequest, EchoResponse};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `granc_core` (test "granc_client_online_without_reflection_test") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/granc_client_online_test.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use granc_test_support::echo_service::{EchoServiceServer, FILE_DESCRIPTOR_SET};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/echo_service_impl.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use granc_test_support::echo_service::EchoService;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/echo_service_impl.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use granc_test_support::echo_service::pb::{EchoRequest, EchoResponse};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `granc_core` (test "granc_client_online_test") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/reflection_client_test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use granc_test_support::echo_service::{EchoServiceServer, FILE_DESCRIPTOR_SET};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/echo_service_impl.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use granc_test_support::echo_service::EchoService;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/echo_service_impl.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use granc_test_support::echo_service::EchoService;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/echo_service_impl.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use granc_test_support::echo_service::pb::{EchoRequest, EchoResponse};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `granc_test_support` in this scope
[INFO] [stdout]  --> tests/echo_service_impl.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use granc_test_support::echo_service::pb::{EchoRequest, EchoResponse};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `granc_test_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `granc_test_support`, use `cargo add granc_test_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `granc_core` (test "echo_service_impl") due to 2 previous errors
[INFO] [stderr] error: could not compile `granc_core` (test "reflection_client_test") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "1bdae12906c5065c11fa9bc8938712b6f5dc05155939bf508d707a99d4f8842f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bdae12906c5065c11fa9bc8938712b6f5dc05155939bf508d707a99d4f8842f", kill_on_drop: false }`
[INFO] [stdout] 1bdae12906c5065c11fa9bc8938712b6f5dc05155939bf508d707a99d4f8842f
